home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / K-CS.DCR / 00218_Højre Hilite.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  375 b   |  17 lines

  1. on new me
  2.   set the visible of sprite the currentSpriteNum to 1
  3.   set the visible of sprite (the currentSpriteNum + 1) to 0
  4. end
  5.  
  6. on rightMouseDown me
  7.   set the visible of sprite (the currentSpriteNum + 1) to 1
  8. end
  9.  
  10. on mouseLeave me
  11.   set the visible of sprite (the currentSpriteNum + 1) to 0
  12. end
  13.  
  14. on mouseUp me
  15.   set the visible of sprite (the currentSpriteNum + 1) to 0
  16. end
  17.